/*******************内页广告图*********************/

.sub-banner {
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  line-height: 80px;
}


/*******************内页面包屑*********************/

.break {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e3e3e3;
}

.break .home {
  padding-left: 32px;
  background: url(../images/ico03.png) no-repeat 3px center;
}

.content .c-left {
  width: 204px;
}

.content .c-left h1 {
  border-top: 2px solid #d0d0d0;
  padding: 10px 16px;
  line-height: 29px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 43px;
  background: url(../images/arrow.png) no-repeat 16px center #f3f3f3;
}

.content .c-nav a {
  border-bottom: 1px solid #d0d0d0;
  padding: 15px 16px;
  line-height: 19px;
  font-size: 14px;
}

.content .c-nav a:hover,
.content .c-nav a.act {
  color: #32417d;
  background-color: #f8f8f8;
}

.content .c-nav a span {
  -webkit-transform: translatex(0px);
  -moz-transform: translatex(0px);
  -o-transform: translatex(0px);
  -ms-transform: translatex(0px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.content .c-nav a:hover span,
.content .c-nav a.act span {
  transform: translatex(6px);
  -webkit-transform: translatex(6px);
  -moz-transform: translatex(6px);
  -o-transform: translatex(6px);
  -ms-transform: translatex(6px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.c-search {
  border: 1px solid #d0d0d0;
  width: 22%;
}

.c-search .inp {
  width: 70%;
  padding: 10px 5%;
  line-height: 18px;
}

.c-search .btn {
  width: 20%;
  height: 38px;
  background: url(../images/ico02.jpg) no-repeat center center #193b88;
}

.content .c-right {
  width: 948px;
}


/*************************************
	发展历程
**************************************/

.history .p-line {
  width: 48px;
  height: 3px;
  background-color: #ffffff;
}

.history .d_left {
  width: 22.08%;
  border-top: 1px solid #1c4877;
}

.history .d_left h1 {
  line-height: 30px;
  padding-top: .15rem;
}

.history .d_right {
  width: 77.92%;
  border-top: 1px solid #d9d9d9;
}

.history .d_right li {
  padding: 16px 0 36px;
  border-bottom: 1px dashed #cccccc;
  line-height: 24px;
}

.history .d_right li:last-child {
  border-bottom: none;
}

.history .d_right li .d_r_s1 {
  width: 7%;
  padding-right: 4%;
  color:#c1c1c1;
}

.history .d_right li .d_r_s2 {
  width: 89%;
}

.history .d_right li .d_r_s2 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.honor {
  margin-left: -1.73%;
}

.honor li {
  margin-left: 1.73%;
  width: 31.6%;
  background-color: #f0f0f0;
  float: left;
  margin-bottom: 25px;
  cursor: pointer;
}

.honor li .h-img {
  height: 202px;
  border: 10px solid #f0f0f0;
  overflow: hidden;
  transition: all 0.5s;
}

.honor li .bg {
  width: 72%;
  padding-left: 15%;
  padding-right: 15%;
  left: -1%;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}

.honor li:hover .h-img {
  border-color: #32417d;
  transition: all 0.5s;
}

.honor li:hover .bg {
  top: 0;
  transition: all 0.5s;
}

.line-div {
  width: 53px;
  height: 5px;
  background-color: #32417d;
}

.news li {
  height: 212px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #d9d9d9;
}

.news li .n-img {
  width: 33.756%;
}

.news li .n-txt {
  width: 63%;
}

.news li:hover .n-txt p {
  color: #32417d;
}

.comp-sm {
  margin-left: -3%;
}

.comp-sm li {
  width: 28.333333%;
  margin-left: 3%;
  border-top: 4px solid #d0d0d0;
  background-color: #f6f6f6;
  padding: 34px 1% 30px;
  float: left;
  position: relative;
  transition: all 0.5s;
}

.comp-sm li .comp-line {
  position: absolute;
  left: 0;
  top: -4px;
  height: 4px;
  background-color: #32417d;
  width: 0;
  transition: all 0.5s;
}

.comp-sm li .c-img {
  width: 70px;
  height: 70px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.comp-sm li .c-img.c01 {
  background-image: url(../images/ico01.png);
}

.comp-sm li .c-img.c02 {
  background-image: url(../images/ico02.png);
}

.comp-sm li .c-img.c03 {
  background-image: url(../images/ico031.png);
}

.comp-sm li .c-img.c04 {
  background-image: url(../images/ico04.png);
}

.comp-sm li:hover {
  transition: all 0.5s;
}

.comp-sm li:hover .comp-line {
  width: 100%;
  transition: all 0.5s;
}

.comp-sm li:hover .c-img {
  background-color: #32417d;
  border-color: #32417d;
  transition: all 0.5s;
}

.comp-sm li:hover .c-img.c01 {
  background-image: url(../images/ico01h.png);
}

.comp-sm li:hover .c-img.c02 {
  background-image: url(../images/ico02h.png);
}

.comp-sm li:hover .c-img.c03 {
  background-image: url(../images/ico03h.png);
}

.comp-sm li:hover .c-img.c04 {
  background-image: url(../images/ico04h.png);
}

.comp-sm li:hover .span-p {
  color: #32417d;
}

.notice {
  border-top: 1px solid #d9d9d9;
}

.notice li {
  padding-left: 43px;
  padding: 15px 9px 15px 43px;
  line-height: 27px;
  background: url(../images/ico06.png) no-repeat 11px center;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.5s;
}

.notice li .no-txt {
  width: 86%;
}

.notice li:hover {
  background-color: #fafafa;
  transition: all 0.5s;
}

.notice.inv li {
  background-image: url(../images/ico07.png);
}

.inv-title {
  border-top: 3px solid #32417d;
  background-color: #fafafa;
  border-bottom: 1px solid #d9d9d9;
  padding: 18px 28px 15px;
}

.inv-div td {
  border-bottom: 1px solid #d9d9d9;
  line-height: 30px;
}

.inv-div .s01 {
  border-right: 1px solid #d9d9d9;
  width: 140px;
}

.map {
  height: 480px;
}

.contact {
  margin-top: -44px;
}

.contact li {
  background-color: #fff;
  width: 31.66%;
  margin-left: 0.835%;
  margin-right: 0.835%;
  float: left;
  position: relative;
  padding-top: 70px;
  padding-bottom: 43px;
  border-bottom: 3px solid #e9e9e9;
}

.contact li .ico {
  width: 72px;
  height: 72px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #32417d;
  background-position: center center;
  background-repeat: no-repeat;
  top: -39px;
  left: 50%;
  margin-left: -39px;
}

.inv-company {
  border-top: 3px solid #32417d;
  overflow: hidden;
}

.inv-company>div {
  height: 60px;
  border-bottom: 1px solid #d9d9d9;
}

.inv-company>div.w100 .i02 {
  padding-left: 2%;
  padding-right: 2%;
}

.inv-company>div.big {
  height: 120px;
}

.inv-company>div.big .i02 {
  width: 81%;
}

.inv-company>div .i01 {
  background-color: #fafafa;
  width: 142px;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  box-sizing: border-box;
  margin-left: -1px;
}

.inv-company>div .i02 {
  padding-left: 4%;
  padding-right: 4%;
  width: 62%;
}

.gp-company {
  border-top: 3px solid #32417d;
  border-bottom: 1px solid #d9d9d9;
}

.gp-company .gp-left {
  width: 24%;
  border-right: 1px solid #d9d9d9;
  background-color: #fafafa;
  box-sizing: border-box;
}

.gp-company .gp-left .up-ico {
  width: 25px;
  background: url(../images/up.png) no-repeat right center;
  height: 40px;
}

.gp-company .gp-right {
  width: 76%;
}

.gp-company .gp-r-tab a {
  width: 88px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  background-color: #f2f2f2;
}

.gp-company .gp-r-tab a.act,
.gp-company .gp-r-tab a:hover {
  color: #fff;
  background-color: #32417d;
}

.carrer .carrer-header {
  background-color: #f0f0f0;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #d9d9d9;
}

.carrer .carrer-header .ca {
  border-right: 1px solid #d9d9d9;
}

.carrer .carrer-body {
  border-top: 1px solid #d9d9d9;
}

.carrer .carrer-body li {
  border-bottom: 1px solid #d9d9d9;
}

.carrer .carrer-body li:hover {
  background-color: #fafafa;
}

.carrer .carrer-body li .ca {
  padding: 20px 1%;
}

.carrer .carrer-body li .opt {
  background: url(../images/carr02.png) no-repeat center center;
  height: 22px;
}

.carrer .carrer-body li .open-div {
  padding: 35px 4.7%;
  background-color: #fafafa;
  border-top: 1px solid #d9d9d9;
}

.carrer .carrer-body li.act .opt {
  background-image: url(../images/carr01.png);
}

.carrer .carrer-body li.act .open-div {
  display: block;
}

.carrer .ca {
  padding: 10px 1%;
  box-sizing: border-box;
  line-height: 26px;
}

.carrer .ca.ca01 {
  width: 25%;
}

.carrer .ca.ca02 {
  width: 16.8%;
  text-align: center;
}

.carrer .ca.ca03 {
  width: 7.8%;
  text-align: center;
}

.business .business-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
}

.business .b-logo {
  margin-top: 20px;
}

.business .b-logo a {
  height: 100%;
}

.business .b-logo img {
  height: 100%;
  width: auto;
}

.business .b-title {
  height: 133px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.business .sector {
  position: absolute;
  right: 0;
  top: 136px;
  width: 360px;
}

.business .sector li {
  width: 120px;
  height: 120px;
}

.business .sector li .ko {
  margin-top: 25px;
}

.business .sector li.li06 {
  margin-left: 120px;
}

.business .sector li.act .over {
  display: block;
  width: 100%;
  height: 100%;
}

.business .sector li.act .pcImg {
  display: block;
}

.business .sector li.act .line_01,
.business .sector li.act .line_02 {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-business {
  width: 604px;
  margin-left: 14px;
  padding-left: 72px;
  padding-right: 72px;
  padding-bottom: 45px;
}

.swiper-business .arrow {
  position: absolute;
  width: 28px;
  height: 31px;
  top: 186px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px 31px;
}

.swiper-business .arrow.b-left {
  background-image: url(../images/b-ico01.png);
  left: 0;
}

.swiper-business .arrow.b-right {
  background-image: url(../images/b-ico02.png);
  right: 0;
}

.swiper-business .swiper-pagination {
  position: absolute;
  bottom: 60px;
  z-index: 99999;
  left: 0;
  width: 100%;
  text-align: center;
}


/*
.swiper-business .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #bdbdbd;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}
.swiper-business .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #313f7e;
}*/

.swiper-business .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #bdbdbd;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

.swiper-business .swiper-pagination .swiper-active-switch,
.swiper-business .swiper-pagination .swiper-visible-switch {
  background-color: #313f7e;
}

.swiper-business .swiper-slide,
.swiper-business .swiper-wrapper {
  max-height: 547px;
}

.form-div {
  background-color: #e9e9e9;
  padding: 46px 5% 40px;
  margin-left: 0.835%;
  margin-right: 0.835%;
}

.form-div .form-d-lefr {
  margin-left: -3.13%;
}

.form-div .inp {
  width: 29.2%;
  margin-bottom: 20px;
  margin-left: 3.13%;
  border-bottom: 1px solid #cccccc;
  padding: 8px 0 8px 1%;
  line-height: 20px;
}

.form-div .inp input {
  background-color: #e9e9e9;
  line-height: 20px;
  width: 80%;
}

.form-div .inp.on {
  border-bottom-color: #fff;
  background-color: #fff;
}

.form-div .inp.on input {
  background-color: #fff;
}

.form-div .textarea {
  margin-left: 3.13%;
  width: 95%;
  padding: 8px 1%;
  border-bottom: 1px solid #cccccc;
}

.form-div .textarea textarea {
  width: 90%;
  background-color: #e9e9e9;
  height: 160px;
  outline: none;
}

.form-div .textarea.on {
  border-bottom-color: #fff;
  background-color: #fff;
}

.form-div .textarea.on textarea {
  background-color: #fff;
}

.form-get {
  width: 250px;
}

.form-get .ewm {
  width: 120px;
  height: 41px;
}

.form-get .inp-short {
  width: 102px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  padding: 5px 8px;
  border: 1px solid #cccccc;
  background-color: #e9e9e9;
}

.form-get .get-a {
  background-color: #32417d;
  line-height: 40px;
}


/**************************
  视频弹出
****************************/

.v-popo {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 9999;
}

.v-popo .v-bg,
.v-popo .c-bg {
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.v-popo .v-box,
.v-popo .c-box {
  top: 50%;
  left: 50%;
  width: 600px;
  height: 500px;
  margin-left: -300px;
  margin-top: -250px;
}

.v-popo .v-box .v-close,
.v-popo .c-box .v-close {
  width: 32px;
  height: 32px;
  background: url(../images/v_close.png) no-repeat center center #1584c9;
  top: 0;
  right: -32px;
}

.v-popo .v-box .v-close:hover,
.v-popo .c-box .v-close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.business .sector li.act .over {
  display: none;
}

.sector li.li07 {
  float: left;
  text-align: center;
  background: rgba(0, 0, 0, .3);
}

.sector li.li07 p {
  font-size: 14px;
  color: #fff;
  margin: 15px 0 10px;
}

.sector li.li07 img {
  padding: 6px;
  background: #fff;
}
@media(max-width:750px) {
  .sector li.li07 {
    display: none;
  }
}
/*2017-6-6 联系我们*/
.list-contact li {
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
  /*transition: all .5s;*/
}
.list-contact li .img {
  float: left;
  width: 25%;
  height: 120px;
  padding-left: 25px;
  position: relative;
}
.list-contact li .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.list-contact li .txt {
  float: left;
  width: 40%;
}
.list-contact li .txt dt {
  font-size: 18px;
  color: #193b87;
  font-weight: bold;
  margin-bottom: 15px;
}
.list-contact li .txt dd {
  /*height: 24px;*/
  line-height: 24px;
  font-size: 14px;
  padding-left: 20px;
}
.list-contact li .txt dd.d1 {
  background: url(../images/ico-address.png) no-repeat left 15%;
}
.list-contact li .txt dd.d2 {
  background: url(../images/ico-tel.png) no-repeat left center;
}
.list-contact li .txt dd.d3 {
  background: url(../images/ico-email.png) no-repeat left center;
}
.list-contact li .codeimg {
  float: right;
  width: 360px;
  height: 120px;
  background: #fff;
  text-align: center;
  position: relative;
  transition: all .5s;
}
.list-contact li .codeimg img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
/*.list-contact li:hover {
  background: #f7f7f7;
}
.list-contact li:hover .codeimg {
  margin-right: 25px;
}*/
@media (max-width: 1200px) {
  .list-contact li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 750px) {
  .list-contact li {
    padding: 20px 10px;
  }
  .list-contact li .img {
    width: 100%;
    padding-left: 0;
  }
  .list-contact li .img img {
    left: 0;
    right: 0;
  }
  .list-contact li .txt {
    width: 100%;
    margin: 10px 0;
  }
  .list-contact li .codeimg {
    display: none;
  }
}
.ctct-b {
  font-size: 14px;
  padding: 10px;
  margin-top: 10px;
  color: #32417d;

}
.ctct-b span {
  display: block;
  margin-top: 8px;
  color: #666;
}
@media (max-width: 991px) {
  .ctct-b {
    margin: 0 5%;
    margin-top: 50px;
  }
}
